home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3n / rpc_control.z / rpc_control
Encoding:
Text File  |  2002-10-03  |  2.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. rrrrppppcccc____ccccoooonnnnttttrrrroooollll((((3333NNNN))))                                                rrrrppppcccc____ccccoooonnnnttttrrrroooollll((((3333NNNN))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      _rrrr_pppp_cccc______cccc_oooo_nnnn_tttt_rrrr_oooo_llll - library routine for manipulating global RPC attributes for
  10.      client and server applications
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      _bbbb_oooo_oooo_llll______tttt _rrrr_pppp_cccc______cccc_oooo_nnnn_tttt_rrrr_oooo_llll_((((_iiii_nnnn_tttt _oooo_pppp_,,,, _vvvv_oooo_iiii_dddd _****_iiii_nnnn_ffff_oooo_))))_;;;;
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This RPC library routine exists in IRIX libc but is not yet fully
  17.      implemented.  It may be fully implemented in a future version of IRIX.
  18.      Until then, use of this routine by applications is unsupported.
  19.  
  20.      If a third-party library uses this function to enable multi-threaded RPC,
  21.      you should use the following code to disable the feature.  This code
  22.      should run after the third-party library's call and before any calls to
  23.      _ssss_vvvv_cccc______rrrr_uuuu_nnnn, _ssss_vvvv_cccc______gggg_eeee_tttt_rrrr_eeee_qqqq or _ssss_vvvv_cccc______gggg_eeee_tttt_rrrr_eeee_qqqq_ssss_eeee_tttt.
  24.  
  25.  
  26.           int mt_mode = RPC_SVC_MT_NONE;
  27.           rpc_control(RPC_SVC_MTMODE_SET, &mt_mode);
  28.  
  29.  
  30. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  31.      _rrrr_pppp_cccc(3N).
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.